CTeamDataXfer.cs
Code Type: C# Class
Uses Classes: CStatus, CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_TEAM.SaveTeam, PCK_TEAM.GetPatientTeamRS, PCK_TEAM.GetTeamRS

Lines of Code: 58

public class CTeamDataXfer : CData

	Summary description for CTeamData 

public CStatus SaveTeam(long lXferSystemID,
                            long lTeamID, 
                            string strTeamLabel)

	saves a team to the database 

public CStatus GetTeamPatientsDS( long lTeamID,
                                      out DataSet ds)

	Gets a dataset of patients matching a team id 

public CStatus GetTeamDS(out DataSet ds)

	get a dataset of all teams, used for patient lookups etc... 

	

